CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - banker algorithm

搜索资源列表

  1. banker

    0下载:
  2. 操作系统实验之银行家算法,通过实现银行家算法深入了解CPU调度-banker algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-29
    • 文件大小:3133
    • 提供者:jimmy lin
  1. banker

    0下载:
  2. 用c++实现银行家避免死锁的算法,简单易懂,对学习操作系统好处很大-banker algorithm
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:3686889
    • 提供者:ZHAOXIN
  1. banker

    0下载:
  2. 银行家算法问题,自己的银行家算法课程设计代码和说明书-Bankers algorithm problem, his banker algorithm curriculum design code and specification
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:16669
    • 提供者:lingyi
  1. Banker

    0下载:
  2. 这是一个用Java写的银行家算法程序,能够实现银行家算法,实现资源分配和安全检测!-This is a banker algorithm written in Java program, bankers algorithm, resource allocation, and security detection!
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:173560
    • 提供者:Miami
  1. banker

    0下载:
  2. 这是关于 操作系统 中 银行家算法的代码,自己写的,可能不是符合每个人的要求,代码后面有关于算法的具体介绍和解释-This is the code of the operating system banker algorithm, may not meet the requirements of each person, write their own code followed by the specific introduction and explanation of the algori
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:1778
    • 提供者:李玲
  1. banker

    0下载:
  2. 多个进程同时运行时,系统根据各类系统资源的最大需求和各类系统的剩余资源为进程安排安全序列,使得系统能快速且安全地运行进程,不至发生死锁。银行家算法是避免死锁的主要方法-Multiple processes running at the same time, the greatest demand for various types of system resources and the remaining resources of the various systems arranged for
  3. 所属分类:OS Develop

    • 发布日期:2017-11-19
    • 文件大小:3139
    • 提供者:陈斯顿
  1. Bankers-algorithm-C

    0下载:
  2. 能预防死锁的银行家算法C语言实现方法,一种最有代表性的避免死锁的算法-Can prevent deadlock banker algorithm C language, one of the most representative algorithm to avoid deadlock
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:16691
    • 提供者:兰陵悦之
  1. Operating-system-bankers-algorithm

    0下载:
  2. 操作系统中银行家算法编程,系统地描述了银行家算法的实现,如何实现-Operating system bankers algorithm programming, systematic descr iption of the the banker algorithm implementation, how to achieve
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:1625
    • 提供者:小雨
  1. banker-solution

    0下载:
  2. 实现的是操作系统中所研究的银行家算法问题。(1) 设计进程对各类资源最大申请表示及初值确定。 (2) 设定系统提供资源初始状况。 (3) 设定每次某个进程对各类资源的申请表示。 (4) 编制程序,依据银行家算法,决定其申请是否得到满足。 -Banker algorithm implementation is a problem in the operating system under study. (1) the design process for all types
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1946
    • 提供者:曾奕
  1. Banker-algorithm

    0下载:
  2. 避免死锁(Deadlock)的银行家算法,使用C++实现,测试可用-Avoid deadlock (Deadlock) bankers algorithm, using C++ implementation, testing available
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2412
    • 提供者:xingzhi
  1. banker

    0下载:
  2. 这个程序是用汇编语言写的银行家算法!包括对数据的输入和显示!-This program is written in assembly language banker algorithm! Including data input and display!
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1551
    • 提供者:demon
  1. The-bankers-algorithm

    0下载:
  2. 用C写的一个银行家算法的程序,模拟操作系统分配资源-Written in C, a banker algorithm program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:2699
    • 提供者:mr.lin
  1. Banker-algorithm

    0下载:
  2. 通过银行家算法了解进程安全性检查方法及资源分配的方法。-To understand the method of process safety inspection and the allocation of resources by the banker s algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:11607
    • 提供者:小雨
  1. banker.cpp

    0下载:
  2. Banker algorithm in c++ format...with good indexing
  3. 所属分类:Other systems

  1. Banker

    0下载:
  2. 对I/O系统的死锁资源的问题的解决主要的方法是银行家算法,单种资源的银行家算法和多种资源的银行家算法的解决思路一致,要求设计实现多种银行家算法,并要求所涉及的模型最少更够满足如下要求: (1)程序能够根据进程的请求进行判断,给出系统是否安全的的提示,如果安全,要求能够显示一组进程执行的安全序列; (2)能够根据需要,显示当前系统中各种资源的分配情况;-The problem I/O system deadlock resources to solve the main method is
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-30
    • 文件大小:82168
    • 提供者:lawrence
  1. banker

    0下载:
  2. this is Banker algorithm-this is Banker algorithm..............
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:1351
    • 提供者:ken908nse
  1. banker

    0下载:
  2. this is Banker algorithm-this is Banker algorithm..............
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1602
    • 提供者:m4guan
  1. Banker-Algorithm

    0下载:
  2. 银行家算法(Banker s Algorithm)是一个避免死锁(Deadlock)的著名算法,是由艾兹格·迪杰斯特拉在1965年为T.H.E系统设计的一种避免死锁产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行-Banker s Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:43979
    • 提供者:王子凯
  1. Bankcr-Banker

    0下载:
  2. Banker algorithm C ++ descr iption-Banker algorithm C++ descr iption
  3. 所属分类:source in ebook

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:Content
  1. Banker

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。(Analog banker algorithm)
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:风海
« 1 2 34 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com